home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
BORL_TIP
/
TI100
/
TI364.ASC
< prev
next >
Wrap
Text File
|
1991-09-11
|
6KB
|
199 lines
PRODUCT : TURBO PASCAL NUMBER : 364
VERSION : 3.02x
OS : PC-DOS
DATE : August 6, 1987 PAGE : 1/3
TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT"
This patch automatically responds to the "Include Error
Messages?" prompt and proceeds to either load or exclude the
error messages (whatever is specifed by the patch you apply). The
message still appears, but does not wait for an answer.
ERROR MESSAGES NOTE: The new version of TINST lets you designate
the path to the error messages in the event they are stored in a
directory other than the one active at the time Turbo Pascal is
loaded. Patches for three different implementations of Turbo
Pascal are listed below. Be sure you are using the patch
applicable to the file you wish to modify.
Use the DOS utility, DEBUG, to apply the following patch to a
copy of your original .COM file. Copy DEBUG.COM into the
directory (or onto the diskette) where your working copy of .COM
is located. At the DOS prompt, type the following information
exactly as it appears. (Conclude each line by pressing <Enter>.)
Note:
1. DEBUG is not sensitive to upper and lower case. All
addresses are listed in upper case for ease of
readability.
2. While in DEBUG,the prompt will appear as a dash (-).
3. If you do not receive the appropriate response, press "q"
followed by <Return>, to quit. Check your version numbers
and, if correct, try again.
TURBO.COM - "YES" - MESSAGES INCLUDED
YOU TYPE THIS APPEARS
DEBUG TURBO.COM<ENTER> -
e2F34<ENTER> XXXX:2F34 E8.
0C<Space> 0D
FF<Space> DB
EB<Space> 0D
1E<ENTER> -
w<ENTER> writing XXXX bytes
PRODUCT : TURBO PASCAL NUMBER : 364
VERSION : 3.02x
OS : PC-DOS
DATE : August 6, 1987 PAGE : 2/3
TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT"
q<ENTER> DOS prompt
TURBO.COM - "NO - MESSAGES NOT INCLUDED
YOU TYPE THIS APPEARS
DEBUG TURBO.COM<ENTER> -
e2F34<ENTER> XXXX:2F34 E8.
24<Space> 0D
00<Space> DB
EB<Space> 0D
1E<ENTER> -
w<ENTER> writing XXXX bytes
q<ENTER> DOS prompt
TURBO-87.COM - "YES" - MESSAGES INCLUDED
YOU TYPE THIS APPEARS
DEBUG TURBO-87.COM<ENTER> -
e29FA<ENTER> XXXX:29FA E8.
0C<Space> 47
FF<Space> E0
EB<Space> 0D
1E<ENTER> -
w<ENTER> writing XXXX bytes
q<ENTER> DOS prompt
TURBO-87.COM - "NO" - MESSAGES NOT INCLUDED
YOU TYPE THIS APPEARS
DEBUG TURBO-87.COM<ENTER> -
e29FA<ENTER> XXXX:29FA E8.
24<Space> 47
00<Space> E0
EB<Space> 0D
1E<ENTER> -
w<ENTER> writing XXXX bytes
q<ENTER> DOS prompt
PRODUCT : TURBO PASCAL NUMBER : 364
VERSION : 3.02x
OS : PC-DOS
DATE : August 6, 1987 PAGE : 3/3
TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT"
TURBOBCD.COM - "YES" - MESSAGES INCLUDED
YOU TYPE THIS APPEARS
DEBUG TURBOBCD.COM<ENTER> -
e2E56<ENTER> XXXX:2E56 E8.
0C<Space> EB
FF<Space> DB
EB<Space> 0D
1E<ENTER> -
w<ENTER> writing XXXX bytes
q<ENTER> DOS prompt
TURBOBCD.COM - "NO" - MESSAGES NOT INCLUDED
YOU TYPE THIS APPEARS
DEBUG TURBOBCD.COM<ENTER> -
e2E56<ENTER> XXXX:2E56 E8.
24<Space> EB
00<Space> DB
EB<Space> 0D
1E<ENTER> -
w<ENTER> writing XXXX bytes
q<ENTER> DOS prompt